Esx Settings DepotContent Components Summary
The Esx Settings DepotContent Components Summary schema defines the summary information regarding a component.
This schema was added in vSphere API 7.0.0.0.
{
"name": "string",
"display_name": "string",
"vendor": "string",
"versions": [
{
"version": "string",
"display_version": "string",
"summary": "string",
"category": "string",
"urgency": "string",
"kb": "string",
"release_date": "string"
}
]
}
Name of the Component.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.component
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.component
.
Display name of the component.
This property was added in vSphere API 7.0.0.0.
Vendor of the component.
This property was added in vSphere API 7.0.0.0.
Summary information about the versions of this component. These are sorted by the version.
This property was added in vSphere API 7.0.0.0.